home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 6 / Dokan 06.iso / Progs / JWP / jwpasiya.rme < prev    next >
Text File  |  1998-09-01  |  1KB  |  39 lines

  1. #########################################################################
  2.                       Notes on using JWPASIYA
  3. #########################################################################
  4.  
  5.     JWPASIYA.ZIP unzips to A24X24.F00
  6.  
  7.     A24X24.F00 may be used to change the font style of the 24x24 Japanese
  8. font used in JWP. To see how the new font differs from the original, look 
  9. at JWPASIYA.BMP, which shows some sample characters in both the original
  10. font style and in "Asiya24".
  11.  
  12.     To use "Asiya24" in JWP, you need to change one line of the JWP
  13. initialization file (JWP.INI, which should be in your WINDOWS directory).
  14. You can do this with any text editor. In the "Kanji Fonts" section, change
  15.  
  16.         Font #2=C:\JWP13\K24X24.F00
  17.  
  18. to
  19.  
  20.         Font #2=C:\JWP13\A24X24.F00
  21.  
  22. (The path C:\JWP13\ may be different on your computer.)
  23.  
  24.     Next time you start JWP, you can choose the 24x24 font for either 
  25. display or for printing, using "Kanji Fonts..." in the "Utilities" menu, 
  26. and the font style will be "Asiya24".
  27.  
  28.     To go back to the original font style, just restore the line in JWP.INI
  29. which you changed (and restart JWP).
  30.  
  31.     Note: A24X24.F00 has four kanji at the end of the file which are not 
  32. in the original K24X24.F00.
  33.  
  34. Technical note:
  35. ^^^^^^^^^^^^^^
  36.     A24X24.F00 was derived from ASIYA24.FNT by the following means. First, 
  37. the bitmap data was bitwise-inverted, then the 64-byte header at the start
  38. of K24X24.F00 was prepended.
  39.